Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 7 - Transform Objects / Transform Objects Reference
Transform Objects Routines / Creating and Manipulating Rotate-About-Axis Transforms


Q3RotateAboutAxisTransform_SetData

You can use the Q3RotateAboutAxisTransform_SetData function to set new private data for a rotate-about-axis transform.

TQ3Status Q3RotateAboutAxisTransform_SetData (
TQ3TransformObject transform, 
const TQ3RotateAboutAxisTransformData *data);
transform
A rotate-about-axis transform.
data
A pointer to a rotate-about-axis data structure.
DESCRIPTION
The Q3RotateAboutAxisTransform_SetData function sets the rotate-about-axis transform specified by the transform parameter to the data passed in the data parameter. You should use Q3RotateAboutAxisTransform_SetData only with transforms of type kQ3TransformTypeRotateAboutAxis.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996